home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / digibok.EXE / HELP / regist.swf / scripts / DefineButton2_20 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2003-10-27  |  88 b   |  6 lines

  1. on(press){
  2.    this.d = true;
  3.    thisX = _root._xmouse;
  4.    thisY = _root._ymouse;
  5. }
  6.